#consent-label {
    display: inline;
}
 
.contact-link {
    color: #686230;
    font-weight: bold;
}

.banner-header.section-padding {
    padding: 80px 0;
}

.navbar-toggler-icon {
    color: #fff;
}

.navbar.navbar-expand-lg.nav-scroll .navbar-toggler-icon {
    color: #1C242B;
}
/*carousel on homepage fix height issue*/
.destination1 .owl-item.cloned, 
.destination1 .owl-item,
.destination1 .owl-item.active {
    height: 455px;
}

.destination1 .owl-item.cloned .item, 
.destination1 .owl-item .item,
.destination1 .owl-item.active .item {
    height: 100%;
}

.destination1 .position-re {
    height: 100%;
}

.destination1 img {
    height: 100%;
    object-fit: cover;
}

/*fix an issue where the rotating text on the homepage causes overflow issues on Naxian */
.about.cover.section-padding {
    overflow-x: clip;
}
/*fix selection color throughtout website*/
::-moz-selection { /* Code for Firefox */
  background:  #676977;
}

::selection {
  background:  #676977;
}
/*homepage testimonials fix colors of title and subtitle*/
.testimonials .head-box h6 {
    color: #686230;
}
.testimonials .head-box h4 {
    color: #1C242B;
}
.name-company {
    padding-bottom: 30px;
}

/*fix testimonilas height*/
.background.bg-img.bg-fixed.section-padding.pb-0 {
    height: 520px;
}

@media screen and (max-width: 576px) {
    .background.bg-img.bg-fixed.section-padding.pb-0 {
        height: unset;
    }
}

/*homepage fix slider dots*/
.destination1.section-padding.bg-lightnav .owl-theme.owl-dots.owl-dot.active span, .owl-theme.owl-dots.owl-dot:hover span {
    background: #8B3A2C;
    border: 1px solid #8B3A2C;
}

.right-sidebar .item h2 {
    background: #686230;
    line-height: 60px;
}

/*contact form text size changes*/
.right-sidebar.item h2 span {
    font-size: 27px;
    display: block;
}
/*fix the colors on About-Us page ExperiencesTeamPlaylist*/
.team.section-padding {
    background-color:  #1C242B;
}

.team.section-padding .section-subtitle{
    color: #986B41;
}

.team.section-padding .owl-dot.active span {
    background: #986B41;
    border: 1px solid #986B41;
}

.team.section-padding  .owl-dot:hover span {
    background: #986B41;
    border: 1px solid #986B41;
}

/*fix the logos on the footer*/
.logos {
    display: flex; 
    flex-direction: row;
    align-items: center;
}
.footer-bottom-copy-right {
    margin-bottom: 0;
}
.name-company {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-text-1,
.footer-text-2 {
    padding: 0 8px;
    text-wrap: nowrap;
}
/*fix dimensions of footer logos */
.backbone-logo, .expresia-logo {
    width: 80px;
    height: 12px;
}
/*fix dimensions of footer logo*/
.footer-logo .img-fluid {
    width: 100px;
    height: 80px;
}

/*remove list style from footer quick links*/
.second-footer .col-md-3.offset-md-1.widget-area .widget.clearfix.usful-links ul{
    list-style: none;
}

/*fix footer icons alignment*/
.flaticon-message,
.flaticon-phone-call,
.flaticon-placeholder{
    width: 100%;
    text-align: center;
}
/*override section paragraph text*/
.banner-header .row h3 {
    font-size: 16px;
    padding: 0;
}

section.contact > div.container > .row.mb-90 > .column-md-6.mb-60 > p {
    padding: 0 15px;
}

/*fix contact us page first button padding*/
.contact .col-md-12 {
    padding-left: 0;
}

/*fix padding for Send Message button get in touch page*/
.contact.section-padding .sidebar .col-md-12 {
    padding: 0 15px 0 15px;
}
.tours3 .square-flip {
    min-height: 550px;
    margin-bottom: 30px;
}

.tours3 .square-container {
    height: 550px;
}
/*Fix some issues with the navbar images */
.navbar {
    height: 125px;
}
.nav-scroll {
    height: 120px;
}
.nav-scroll .logo-img, 
.logo-img {
    width: 100px;
    height: 85px;
    margin-bottom: 0px;
    margin-left: 10px;
}

@media screen and (max-width: 576px) {
    .nav-scroll .logo-img, .logo-img {
        margin-top: 10px;
        width: 80px;
        height: 60px;
        margin-bottom: 0px; 
    }
}

.about .container .row .col-md-6,
.about .container .row .col-md-5 {
    margin-top: 80px;
}

@media screen and (max-width: 576px) {
    .about .container .row .col-md-6,
    .about .container .row .col-md-5 {
        margin-top: 0;
    }
}

/*@media screen and (max-width: 576px) {*/
/*    .section-padding {*/
/*        padding-top: 120px;*/
/*    }*/
/*}*/

@media screen and (max-width: 576px) {
    .about .container .row .col-md-5 {
        margin-top: 30px;
    }
    
    /*fix the padding inside the form*/
    .right-sidebar.item-form.contact__form {
        padding: 20px;
    }
    /*fix testimonial box on mobile*/
    .testimonial-box {
        display: relative;
    }
}

/*get in touch on mobile fix the gap between the form and the map*/
@media screen and (max-width: 576px) {
    .contact.section-padding .row {
        margin-bottom: 0!important;
    }
    .col-md-5.mb-30.offset-md-1 {
         margin-bottom: 50px!important;
    }
}

/*fix the width of the h3 in the banner inner header */
@media screen and (min-width: 1280px) {
    .banner-header .row .caption h3 {
        width: 1000px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
    .banner-header .row .caption h3 {
        width: 600px;
    }
}

@media screen and (max-width: 1050px) {
    .footer-contact-links-wrapper {
        flex-direction: column;
    }
}

@media screen and (min-width: 576px) and (max-width: 1050px) {
    .footer-contact-links-divider {
        min-height: 1px;
        width: 100%;
        margin: 20px 0;
    }
    .footer-contact-links {
        padding: 20px 20px 20px;
    }
}

[data-overlay-dark]:before {
    background: #1C242B!important;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .contact.section-padding iframe {
       transform:scale(0.77);
       -webkit-transform:scale(0.77);
       transform-origin:0 0;
       -webkit-transform-origin:0 0;
    }
}

.tours1 .item .con, .destination1 .item .con {
    background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, #1C242B 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, #1C242B 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, #1C242B 90%);
}

/*for the homepage playlist ExperiencesEventsTrnasfersPlaylist for the text of Private Transfers not to wrap*/
@media screen and (min-width: 720px) {
    li:first-of-type .link-btn {
        display: unset; 
    }
}

.col-md-6 .gallery-box .gallery-img  img {
    height: 360px;
    object-fit: cover
}

.col-md-4 .gallery-box .gallery-img  img {
    height: 233px;
    object-fit: cover
}

@media screen and (max-width: 475px) {
    .col-md-6 .gallery-box .gallery-img  img,
    .col-md-4 .gallery-box .gallery-img  img {
        height: 233px;
    }
}

/*privacy policy terms and conditions */
/*.terms-conditons {*/
/*    list-style: disc inside;*/
/*}*/
.terms-conditions {
    padding-top: 120px;
}

@media screen and (max-width: 475px) {
    .terms-conditions {
        padding-top: 60px;
    }
}

.terms-conditions .section-html ul li {
    list-style: disc inside;
}

.terms-conditions a {
    color: #686230;
    font-weight: 600;
}
/*FOUC must remain at the bottom of this file or the last css file that we load*/
html {
    visibility: visible;
    opacity: 1;
}

.innerExperiences .section-title {
  font-size: 32px;
  font-weight: bold;
  color: #0F2454;
}

.innerExperiences .inclusions {
  color: #0F2454;
  font-weight: bold;
  font-size: 16px;
}

.innerExperiences .butn-dark {
  margin-top: 48px;
}

.innerExperiences table {
  background-color: #F2F3F7;
  border-collapse: separate; /* Keep separate for spacing */
  border-spacing: 0; /* Remove default cell spacing */
  width: auto;
  padding-right: 34px;
  padding-left: 47px;
  table-layout: fixed;
}

/* Header border solution */
.innerExperiences thead tr {
  position: relative;
}

.innerExperiences thead tr::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dee2e6;
}

.innerExperiences thead th {
  border: none; /* Remove all borders from th */
  color: #0f2454;
  text-align: left;
  padding-bottom: 8px; /* Add space for the pseudo-element border */
  font-weight: bold;
}

/* Rest of your existing CSS */
.innerExperiences tbody th {
  color: #676977;
  border: none;
}

.innerExperiences th:nth-child(1),
.innerExperiences td:nth-child(1) {
  padding-right: 30px;
  /*font-weight: bold;*/
}
.innerExperiences td:nth-child(1) {
  font-weight: normal!important;
}
.innerExperiences th:nth-child(2),
.innerExperiences td:nth-child(2) {
  padding-left: 30px;
  font-weight: bold;
}

#consent-label {
    display: inline;
}
 
.contact-link {
    color: #686230;
    font-weight: bold;
}

.banner-header.section-padding {
    padding: 80px 0;
}

.navbar-toggler-icon {
    color: #fff;
}

.navbar.navbar-expand-lg.nav-scroll .navbar-toggler-icon {
    color: #1C242B;
}
/*carousel on homepage fix height issue*/
.destination1 .owl-item.cloned, 
.destination1 .owl-item,
.destination1 .owl-item.active {
    height: 455px;
}

.destination1 .owl-item.cloned .item, 
.destination1 .owl-item .item,
.destination1 .owl-item.active .item {
    height: 100%;
}

.destination1 .position-re {
    height: 100%;
}

.destination1 img {
    height: 100%;
    object-fit: cover;
}

/*fix an issue where the rotating text on the homepage causes overflow issues on Naxian */
.about.cover.section-padding {
    overflow-x: clip;
}
/*fix selection color throughtout website*/
::-moz-selection { /* Code for Firefox */
  background:  #676977;
}

::selection {
  background:  #676977;
}
/*homepage testimonials fix colors of title and subtitle*/
.testimonials .head-box h6 {
    color: #686230;
}
.testimonials .head-box h4 {
    color: #1C242B;
}
.name-company {
    padding-bottom: 30px;
}

/*fix testimonilas height*/
.background.bg-img.bg-fixed.section-padding.pb-0 {
    height: 520px;
}

@media screen and (max-width: 576px) {
    .background.bg-img.bg-fixed.section-padding.pb-0 {
        height: unset;
    }
}

/*homepage fix slider dots*/
.destination1.section-padding.bg-lightnav .owl-theme.owl-dots.owl-dot.active span, .owl-theme.owl-dots.owl-dot:hover span {
    background: #8B3A2C;
    border: 1px solid #8B3A2C;
}

.right-sidebar .item h2 {
    background: #686230;
    line-height: 60px;
}

/*contact form text size changes*/
.right-sidebar.item h2 span {
    font-size: 27px;
    display: block;
}
/*fix the colors on About-Us page ExperiencesTeamPlaylist*/
.team.section-padding {
    background-color:  #1C242B;
}

.team.section-padding .section-subtitle{
    color: #986B41;
}

.team.section-padding .owl-dot.active span {
    background: #986B41;
    border: 1px solid #986B41;
}

.team.section-padding  .owl-dot:hover span {
    background: #986B41;
    border: 1px solid #986B41;
}

/*fix the logos on the footer*/
.logos {
    display: flex; 
    flex-direction: row;
    align-items: center;
}
.footer-bottom-copy-right {
    margin-bottom: 0;
}
.name-company {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-text-1,
.footer-text-2 {
    padding: 0 8px;
    text-wrap: nowrap;
}
/*fix dimensions of footer logos */
.backbone-logo, .expresia-logo {
    width: 80px;
    height: 12px;
}
/*fix dimensions of footer logo*/
.footer-logo .img-fluid {
    width: 100px;
    height: 80px;
}

/*remove list style from footer quick links*/
.second-footer .col-md-3.offset-md-1.widget-area .widget.clearfix.usful-links ul{
    list-style: none;
}

/*fix footer icons alignment*/
.flaticon-message,
.flaticon-phone-call,
.flaticon-placeholder{
    width: 100%;
    text-align: center;
}
/*override section paragraph text*/
.banner-header .row h3 {
    font-size: 16px;
    padding: 0;
}

section.contact > div.container > .row.mb-90 > .column-md-6.mb-60 > p {
    padding: 0 15px;
}

/*fix contact us page first button padding*/
.contact .col-md-12 {
    padding-left: 0;
}

/*fix padding for Send Message button get in touch page*/
.contact.section-padding .sidebar .col-md-12 {
    padding: 0 15px 0 15px;
}
.tours3 .square-flip {
    min-height: 550px;
    margin-bottom: 30px;
}

.tours3 .square-container {
    height: 550px;
}
/*Fix some issues with the navbar images */
.navbar {
    height: 125px;
}
.nav-scroll {
    height: 120px;
}
.nav-scroll .logo-img, 
.logo-img {
    width: 100px;
    height: 85px;
    margin-bottom: 0px;
    margin-left: 10px;
}

@media screen and (max-width: 576px) {
    .nav-scroll .logo-img, .logo-img {
        margin-top: 10px;
        width: 80px;
        height: 60px;
        margin-bottom: 0px; 
    }
}

.about .container .row .col-md-6,
.about .container .row .col-md-5 {
    margin-top: 80px;
}

@media screen and (max-width: 576px) {
    .about .container .row .col-md-6,
    .about .container .row .col-md-5 {
        margin-top: 0;
    }
}

/*@media screen and (max-width: 576px) {*/
/*    .section-padding {*/
/*        padding-top: 120px;*/
/*    }*/
/*}*/

@media screen and (max-width: 576px) {
    .about .container .row .col-md-5 {
        margin-top: 30px;
    }
    
    /*fix the padding inside the form*/
    .right-sidebar.item-form.contact__form {
        padding: 20px;
    }
    /*fix testimonial box on mobile*/
    .testimonial-box {
        display: relative;
    }
}

/*get in touch on mobile fix the gap between the form and the map*/
@media screen and (max-width: 576px) {
    .contact.section-padding .row {
        margin-bottom: 0!important;
    }
    .col-md-5.mb-30.offset-md-1 {
         margin-bottom: 50px!important;
    }
}

/*fix the width of the h3 in the banner inner header */
@media screen and (min-width: 1280px) {
    .banner-header .row .caption h3 {
        width: 1000px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
    .banner-header .row .caption h3 {
        width: 600px;
    }
}

@media screen and (max-width: 1050px) {
    .footer-contact-links-wrapper {
        flex-direction: column;
    }
}

@media screen and (min-width: 576px) and (max-width: 1050px) {
    .footer-contact-links-divider {
        min-height: 1px;
        width: 100%;
        margin: 20px 0;
    }
    .footer-contact-links {
        padding: 20px 20px 20px;
    }
}

[data-overlay-dark]:before {
    background: #1C242B!important;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .contact.section-padding iframe {
       transform:scale(0.77);
       -webkit-transform:scale(0.77);
       transform-origin:0 0;
       -webkit-transform-origin:0 0;
    }
}

.tours1 .item .con, .destination1 .item .con {
    background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, #1C242B 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, #1C242B 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, #1C242B 90%);
}

/*for the homepage playlist ExperiencesEventsTrnasfersPlaylist for the text of Private Transfers not to wrap*/
@media screen and (min-width: 720px) {
    li:first-of-type .link-btn {
        display: unset; 
    }
}

.col-md-6 .gallery-box .gallery-img  img {
    height: 360px;
    object-fit: cover
}

.col-md-4 .gallery-box .gallery-img  img {
    height: 233px;
    object-fit: cover
}

@media screen and (max-width: 475px) {
    .col-md-6 .gallery-box .gallery-img  img,
    .col-md-4 .gallery-box .gallery-img  img {
        height: 233px;
    }
}

/*privacy policy terms and conditions */
/*.terms-conditons {*/
/*    list-style: disc inside;*/
/*}*/
.terms-conditions {
    padding-top: 120px;
}

@media screen and (max-width: 475px) {
    .terms-conditions {
        padding-top: 60px;
    }
}

.terms-conditions .section-html ul li {
    list-style: disc inside;
}

.terms-conditions a {
    color: #686230;
    font-weight: 600;
}
/*FOUC must remain at the bottom of this file or the last css file that we load*/
html {
    visibility: visible;
    opacity: 1;
}
/* inner experiences page*/

.innerExperiences .section-padding {
  padding-top:48px;
}


.innerExperiences .section-title {
  font-size: 32px;
  font-weight: bold;
  color: #0F2454;
}

.innerExperiences .inclusions {
  color: #0F2454;
  font-weight: bold;
  font-size: 16px;
}

.innerExperiences .butn-dark {
  margin-top: 48px;
}
/* table innerExperiences */
.innerExperiences table {
  background-color: #F2F3F7;
  border-collapse: separate; 
  border-spacing: 0; 
  width: auto;
    padding-right: 24px;
  padding-left: 24px;
  table-layout: fixed;
  margin-bottom:15px;
}


.innerExperiences thead tr {
  position: relative;
}

.innerExperiences thead tr::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dee2e6;
}

.innerExperiences thead th {
  border: none;
  color: #0f2454;
  text-align: left;
  padding-bottom: 8px; 
  font-weight: bold;
}

.innerExperiences tbody th {
  color: #676977;
  border: none;
}

.innerExperiences th:nth-child(1),
.innerExperiences td:nth-child(1) {
  padding-right: 30px;
}
.innerExperiences td:nth-child(1) {
  font-weight: normal!important;
}
.innerExperiences th:nth-child(2),
.innerExperiences td:nth-child(2) {
  padding-left: 30px;
  font-weight: bold;
}
/*table end*/
.innerExperiences .extraInfo i{

    font-size:12px;
    }
 .innerExperiences .galleryTitle{
      color: #0F2454;
      font-weight: bold;
      font-size: 27px;
    }
    
 .innerExperiences .banner-header.section-padding {
   padding: 180px 0 20px;
}
@media screen and (min-width: 1200px) {
.innerExperiences .banner-header.section-padding {
   padding: 309px 0 20px;
}
}
.tours3 .square-container2 p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;}
  
.tours3 .square-flip:hover .square-container2 {
    -webkit-transform: translateY(-20%) translateX(0px) translateZ(0px) scale(1);
    transform: translateY(-20%) translateX(0px) translateZ(0px) scale(1);
}

.innerExperiences [class^="ti-"], [class*=" ti-"] {
    color: #686230;
}

.innerExperiences .gapBetween {
    
    margin-left:70px;
    }
   @media screen and (max-width: 475px) {

 .boxes  p:nth-child(2) {
     margin-bottom:10px;
     
     } 
 .boxes  p:nth-child(3) {
     margin-top:0px;
     display:none;
     } 
   }
/* inner experiences page END */